body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
a {
	text-decoration:none;
}
a:hover, a:focus {

}
*{ text-decoration:none;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0;
}
img {
	padding: 0;
	margin: 0;
	border: 0px;
}
*:link, *:visited, *:hover, *:active, *:focus, .item-on-hover, .btn-success, #button {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; text-decoration:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, menu, section, summary {
	margin: 0;
	padding: 0;
	display: block;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .nav:before, .nav:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .nav:after, .row:after {
	clear: both;
}
::-moz-selection { /*针对Firefox*/
background:#f75a53;
color:#fff;
}
::selection {
	background:#f75a53;
	color:#fff;
}
.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto; font-size:14px;
}
.container {
	width:1140px;
	min-width:1140px;
	background-color: f0f0f0;
}
.row {
	margin-right:-15px;
	margin-left:-15px;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
.list-unstyled {
	padding:0;
	margin:0;
	list-style:none;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.pingpu-bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;/*position: relative;*/
	background-attachment: fixed;
}
.pingpu-bg, .rslides, .fuwu-bg, .news, .ny-banner {
	min-width:1170px;
}
.sx-padding {
	padding:45px 0;
}
.f-title {
	font-size: 24px;
	padding: 0;
	margin:0 0 25px 0;
	color: #ffffff; text-align:center;
}
.f-title small {
	font-size: 14px;
	color: #CCCCCC;
	display: block;
	margin-top: 10px;
}
.btn-success {
	color: #fff;
	background-color: #f75a53;
	border-width: 0px;
	border-radius: 5px;
	padding: 10px 20px 8px 20px;
	margin: 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn-success.about-more {
	padding: 14px 30px 12px 30px;
}
.btn-success.news-more {
	padding: 7px 10px 5px 10px;
	margin-left:0;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	color: #fff;
	background-color: #589ED7;
	text-decoration: none;
}
.btn {
	margin: 20px 0 0 0;
}
.red {
	color:#f75a53 !important;
}
.diwen {
	color:#FFFFFF;
	background-color:#f75a53;
	padding:10px 20px;
}
/* 导航条、菜单、LOGO */
.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}
.headroom--unpinned {
	top: -100px;
}
.headroom--pinned {
	top: 0;
}
.header {
	background-color: #FFFFFF; position:fixed;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	height: 100px;
}
.header-top {
	z-index:999999999 !important;
}
/* LOGO */
.header h1 {
	margin:0;
	padding:0;
}
.header .logo {
	padding-bottom: 32px;
	display: table;
}
.header h1 small {
	font-size: 16px;
	color: #999;
	display: table;
	padding-left: 1px;
	background-image: url(../images/logo-y-xian.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1px;
	line-height: 26px;
	margin-top: 24px;
}
.header h1 small a {
	color: #999; font-size:16px;
}
/* NAV */
.nav {
	display: table;
}
.nav-bar > li {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin-top:28px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.nav-bar > li:hover, .nav-bar > li.active {
	background-color: #f75a53;
}
.nav-bar > li > a {
	padding: 25px 18px 25px 18px;
	display: block;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
}
.nav-bar > li > a:hover, .nav-bar > li:hover a, .nav-bar > li.active a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-bar > li small {
	display: none;
	color: #FFFFFF;
	font-size: 12px;
}
.nav-bar > li:hover small, .nav-bar > li.active small {
	display: block;
}
.nav-bar > li ul {
	display: none;
	background-color: #F75A53;
	border-bottom-left-radius: 5px;
	padding: 0 0 5px 0;
	border-bottom-right-radius: 5px;
	position: absolute;
	left: 0px;
	top: 72px;
	z-index:9999999999;
}
.nav-bar > li:hover ul {
	display:block;
}
.nav-bar > li ul li a {
	line-height: 28px;
	padding: 5px 20px;
	color: #666666 !important;
	border-bottom: 1px solid #F5F5F5;
	display: block;
	background-color: #FFFFFF !important;
	min-width: 110px;
	text-align: left;
}
.nav-bar > li ul li a:hover, .nav-bar > li ul li a.hover {
	background-color: #FE7A75 !important;
	color: #FFFFFF !important;
	text-decoration: none;
	border-bottom: 1px solid #F75A53;
}
/* Banner广告 */
.rslides {
	height:650px;
	overflow:hidden;
	margin:0 auto;
	width:100%;
	position:relative;
	list-style:none;
}
.rslides li {
	width:100%
}
.banner {
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-attachment: fixed;
	height:650px;
	margin-top:100px;
}
.rslides_nav {
	height: 56px;
	width: 36px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	text-indent: -9999px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	top:325px;
}
.rslides_nav.next {
	background-image: url(banner-left.png);
	left: 30px;
}
.rslides_nav.prev {
	background-image: url(images/banner-right.png);
	right: 30px;
}
.rslides_tabs {
	margin:12px auto 0;
	clear:both;
	text-align:center;
	width:50px;
}
.rslides_tabs li {
	display:inline;
	float:none;
	_float:left;
*float:left;
	margin-right:5px
}
.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/rslides_tabs.png);
	display: inline-block;
	_display: block;
*display:block;
	width: 9px;
	height: 9px
}
.rslides_tabs .rslides_here a {
	background: rgba(0,0,0, .6);
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/rslides_tabs.png);
}
/* 知名客户 */
.kehu {
	background-color: #F7F7F7; height:230px;
}
.kehu .row {
	margin: 0 2px 15px 2px;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #EDEDED;
}
.kehu figure {
	width: 188px;
	float: left;
	position: relative;
	height: 100px;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	background-color:#FFFFFF
}
.kehu figure:hover figcaption {
	display:block;
}
.kehu figure figcaption {
	position: absolute;
	width: 188px;
	height: 100px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	color: #FFFFFF;
	text-align: center;
	line-height:100px
}
.kehu figure figcaption {
	font-size: 16px;
}
.kehu figure figcaption a {
	color:#FFFFFF;
}
.kehu figure figcaption a:hover {
	text-decoration: underline;
}
/* 关于我们 */
.about {
	line-height: 30px;
	color: #ffffff;
}
.about-us {
	color: #ffffff; width:1180px; margin:0 auto; line-height:30px;
}
.about .f-title, .about .f-title small, .about-us a:hover {
	color:#FFFFFF;
}
.about .about-lianjie {
	margin-top:20px; 
}
.about a.ry, .about a.td {
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 86px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	background-position: center top;
}
.about a.ry {
	background-image: url(../images/about-lianjie-1.png);
}
.about a.ry:hover {
	background-image: url(../images/about-lianjie-11.png);
}
.about a.td {
	background-image: url(../images/about-lianjie-2.png);
}
.about a.td:hover {
	background-image: url(../images/about-lianjie-22.png);
}
/* 我们的服务 */
.fuwu-bg {
	background-repeat: no-repeat;
	background-position: center center;  /*position: relative;*/
	background-attachment: fixed;
	background-color: #F2F2F2;
}
.fuwu .f-title, .fuwu .f-title small {
	color:#FFFFFF;
}
.fuwu {
	position: relative;
}
.fuwu figure {
	background-color: rgba(255,255,255,0.80);
	padding: 58px 40px 40px 40px;
	margin-bottom: 20px;
	width: 260px;
	float: left;
	margin-top: 80px;
	position: relative;
}
.fuwu figure.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.fuwu figure a.pic1, .fuwu figure a.pic2, .fuwu figure a.pic3 {
	height: 130px;
	width: 130px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	position: absolute;
	top: -65px;
	left:105px;
}
.fuwu figure a.pic1 {
	background-image: url(../images/sheji.png);
	background-repeat: no-repeat;
}
.fuwu figure a.pic2 {
	background-image: url(../images/gongcheng.png);
}
.fuwu figure a.pic3 {
	background-image: url(../images/fuwu.png);
}
.fuwu figure figcaption {
	margin-top: 35px;
	margin-bottom: 15px;
	font-weight: bold;
}
.fuwu figure figcaption a {
	color: #f75a53;
	font-size: 16px;
}
.fuwu figure figcaption a:hover {
	text-decoration: underline;
}
.fuwu figure p {
	line-height: 30px;
	color: #000000;
}
.fuwu figure figcaption a.btn-success {
	margin-bottom:10px;
}
/* 成功案例  无边距样式
.fl-case { height:42px; margin-top: 35px; margin-bottom: 30px; }
.fl-case a { background-color: #F7F7F7; color: #666666; width: 228px; height:40px; line-height:40px; display: inline-block; }
.fl-case a:hover { background-color: #f75a53; color: #FFFFFF; text-decoration: none; }
.case figure { width: 380px; float: left; position: relative; height: 270px; }
.case figure .new { width: 108px; height: 108px; display: block; position: absolute; right: 0px; top: 0px; background-image: url(../images/new.png); background-repeat: no-repeat; background-position: 0px 0px; z-index: 2; }
.case figure:hover figcaption { display:block; }
.case figure figcaption { position: absolute; width: 310px; height: 200px; top: 0px; left: 0px; display: none; background-color: rgba(247,90,83,0.70); padding: 35px; color: #FFFFFF; text-align: left; }
.case figure figcaption h3 { font-size: 18px; font-weight: bold; margin:0 0 8px 0; }
.case figure figcaption h3 a,.case figure figcaption p a { color: #FFFFFF; text-decoration: underline; }
.case figure figcaption h3 a:hover ,.case figure figcaption p a:hover { text-decoration: none; }
.case figure figcaption p { margin:0; line-height:28px;}
.case .row { margin:10px 0px;}
.case-more-top { margin-top:15px !important; }
.case-more { padding: 7px 10px 5px 10px; margin-left: 0; background-color: rgba(255,255,255,0.70); color: #f75a53 !important; text-decoration: none !important; }
.case-more:hover { color: #FFFFFF !important;} */

/* 成功案例  有边距样式 */ 
.fl-case {
	height:42px;
	margin-top: 35px;
	margin-bottom: 15px;
}
.fl-case a {
	background-color: #F7F7F7;
	color: #666666;
	width: 228px;
	height:40px;
	line-height:40px;
	display: inline-block;
}
.fl-case a:hover {
	background-color: #f75a53;
	color: #FFFFFF;
	text-decoration: none;
}
.case figure {
	width: 360px;
	float: left;
	position: relative;
	height: 256px;
	margin: 15px;
}
.case figure .new {
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
.case figure:hover figcaption {
	display:block;
}
.case figure figcaption {
	position: absolute;
	width: 300px;
	height: 196px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	padding: 30px;
	color: #FFFFFF;
	text-align: left;
}
.case figure figcaption h3 {
	font-size: 18px;
	font-weight: bold;
	margin:0 0 8px 0;
}
.case figure figcaption h3 a, .case figure figcaption p a {
	color: #FFFFFF;
	text-decoration: underline;
}
.case figure figcaption h3 a:hover, .case figure figcaption p a:hover {
	text-decoration: none;
}
.case figure figcaption p {
	margin:0;
	line-height:28px;
}
.case-more-top {
	margin-top:15px !important;
}
.case-more {
	padding: 7px 10px 5px 10px;
	margin-left: 0;
	background-color: rgba(255,255,255,0.70);
	color: #f75a53 !important;
	text-decoration: none !important;
}
.case-more:hover {
	color: #FFFFFF !important;
}
/* 新闻资讯 */
.news {
	background-color: #F2F2F2;
}
.news section {
	width: 340px;
	float: left;
}
.news section.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.news section h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding:0;
	margin:0 0 20px 0;
}
.news section h2 small {
	font-size: 16px;
}
.news section ul li {
	line-height: 30px;
}
.news section ul li a {
	color: #888888;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 280px;
	display: block;
	float: left;
}
.news section ul li a:hover {
	color: #f75a53;
}
.news section ul li small {
	color: #999999;
	float: right!important;
}
.news section p {
	margin-top:25px;
	margin-bottom:5px;
}
/* 版权/联系/留言 */
.footer {
	position: relative;
	line-height: 28px;
}
.footer.sx-padding {
	padding-bottom:0;
}
.footer section {
	width: 340px;
	float: left;
}
.footer section.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.footer section h3 {
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	padding:0 0 30px 0;
	margin:0;
}
.footer section h3 small {
	font-size: 16px;
}
.footer section h4 {
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	padding:14px 0 10px 0;
	margin:0;
}
.footer, .footer a {
	color: #babcbd;
	font-size:12px;
}
.footer a:hover {
	color: #fff;
}
.footer p {
	padding:0;
	margin:0;
}
.footer section address {
	font-style: normal;
	margin:0;
	padding:0;
}
.zhixun a {
	width: 40px;
	height: 40px;
	background-image: url(../images/sns.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	float: left;
	background-color: #f75a53;
	border-radius: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.zhixun a:hover {
	background-color: #589ED7;
}
.zhixun a.qq {
	background-position: 0px -40px;
}
.zhixun a.sq {
	background-position:0px -80px;
}
#xm, #dh, #nr {
	font-size:12px;
	height: 36px;
	width: 320px;
	background-color: #ededee;
	color: #666;
	border-width: 0px;
	margin-bottom: 25px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-radius:0px;
}
#xm {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#dh {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -40px;
}
#nr {
	height: 110px;
	padding-top: 10px;
	vertical-align: top;
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -160px;
}
#xm:focus, #dh:focus, #nr:focus {
	background-color: #FFF;
	color: #333;
}
#button {
	height: 40px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	background-color: #f75a53;
	color: #FFF;
	font-size: 14px;
	border-radius:5px;
	-webkit-appearance: button;
	cursor: pointer;
}
#button:hover {
	background-color: #589ED7;
}
#savediv {
	padding: 10px 0;
	line-height:24px;
}
.key, .mail {
	height: 36px;
	width: 318px;
	background-color: hsla(0,0%,100%,0.00);
	color: #babcbd;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #b2b4b7;
	border-radius: 0px;
}
.mail-tx {
	color: #babcbd;
	font-size: 14px;
	margin: 15px 0;
}
.s-button, .m-button {
	height: 36px;
	width: 36px;
	text-align: center;
	vertical-align: middle;
	background-color: hsla(0,0%,100%,0.00);
	border: 0px solid #babcbd;
	border-radius: 0px;
	-webkit-appearance: button;
	cursor: pointer;
	position: absolute;
	right:3px;
}
.s-button {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -80px;
	text-indent: -999px;
	overflow: hidden;
}
.m-button {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -120px;
	text-indent: -999px;
	overflow: hidden;
}
.mail {
	margin:0 0 40px 0;
}
.yq-link {
	margin-bottom:40px;
}
.yq-link a:hover {
	color: #fff;
}
.yq-link hr {
	width: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.foot {
	background-color: #14171a;
}
.foot p {
	margin:0;
	padding:0;
}
.foot .copy {
	height: 50px;
	line-height: 50px; color:#CCCCCC; text-align:center;
}
.foot, .foot a {
	text-transform: uppercase;
	font-size: 12px;
	color: #babcbd;
}
.foot .renzheng img {
	margin-left: 10px;
	margin-top:19px;
}
.kefu {
	background-color: #f75a53;
	border: 2px solid #fff;
	position: fixed;
	width: 80px;
	top: 138px;
	right: 20px;
	text-align: center;
	display: block;
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	font-size: 12px;
	z-index: 9999999;
}
.kefu ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #ffb4a6;
	overflow: hidden;
	height: auto;
	width: 100%;
	padding: 0;
	height: 30px;
	width: 80px;
	z-index: 999999;
	padding-top: 50px;
}
.kefu ul li a:hover {
	background-color: #589ED7;
}
.kefu a.kefu-lx {
	border-top: 0px solid #ffb4a6;
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
}
.kefu a.kefu-lx:hover {
	border-radius: 6px 6px 0px 0px;
}
.kefu ul li a.kefu-yy {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -90px;
}
.kefu ul li a.kefu-zx {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -170px;
}
.kefu ul li a.kefu-wx {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -250px;
}
.kefu ul li a.kefu-wx .kefu-weixin {
	padding: 20px;
	background-color: #FFFFFF;
	position: absolute;
	top:242px;
	left: -182px;
	display:none;
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.kefu ul li a.kefu-wx:hover .kefu-weixin {
	display:block;
}
.kefu ul li a.kefu-top {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -335px;
	padding-top:40px;
}
.kefu ul li a.kefu-top:hover {
	border-radius: 0px 0px 6px 6px;
}
.kefu ul li a.kefu-yy, .kefu ul li a.kefu-zx, .kefu ul li a.kefu-top, .kefu ul li a.kefu-wx {
	display: none;
}
.kefu:hover ul li a.kefu-yy, .kefu:hover ul li a.kefu-zx, .kefu:hover ul li a.kefu-top, .kefu:hover ul li a.kefu-wx {
	display: block;
}
/* 内页代码 */
.info p, .info li {
	color:#666666;
}
.ny-banner {
	margin-top: 100px;
	padding: 60px 0;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
}
.ny-banner2 {
	background-image: url(../images/ny-head-bg2.png);
}
.ny-banner h2 {
	margin: 0;
	font-size: 24px;
	color: #FFFFFF;
}
.ny-banner h2 small {
	color: #ffb3b0;
	font-size: 18px;
	padding-left: 15px;
	margin-left: 15px;
	font-weight: normal;
	border-left: 1px solid #ffb3b0;
}
.ny-banner .weizhi {
	color:#ffb3b0;
	text-align:left;
	margin:0;
	padding:15px 0 10px 0;
}
.ny-banner .weizhi a {
	color:#ffffff
}
.crumbs {
	background-color:#f7f7f7;
	height:60px;
}
.crumbs ul li {
	display: inline-block;
}
.crumbs ul li a {
	color: #666666;
	line-height: 60px;
	padding: 0 15px;
	display: inline-block;
	font-size:12px
}
.crumbs ul li a:hover, .crumbs ul li a.hover {
	background-color: #FFFFFF;
	color: #f75a53;
	text-decoration: none;
}
.y-m50 {
	margin-right:50px
}
.y-m60 {
	margin-right:60px
}
.x-m40 {
	margin-bottom:40px !important;
}
.x-m30 {
	margin-bottom:30px;
}
.x-m20 {
	margin-bottom:20px;
}
.s-m40 {
	margin-top:40px;
}
zy-m15 {
	margin-left:15px;
	margin-right:15px;
}
.s-m-none {
	margin-top:0 !important;
}
.nr-h20 {
	margin-top:0px;
	margin-bottom:20px;
}
.nr-h20-s10 {
	margin-top:10px;
	margin-bottom:20px;
}
.nr-h30 {
	margin-top:0px;
	margin-bottom:30px;
}
.nyfl-case {
	height:42px;
	margin-top:0;
	margin-bottom: 30px;
	background-color: #F7F7F7;
}
.nyfl-case a {
	line-height: 42px;
	padding:0 25px;
	display: inline-block;
	color: #666666;
	text-align: center;
}
.nyfl-case a:hover, .nyfl-case a.hover {
	background-color: #f75a53;
	color: #FFFFFF;
	text-decoration: none;
}
.fanye .pagination {
	margin: 0;
	display: inline-block;
	padding-left: 0;
	margin: 25px 0 0 0;
	border-radius: 4px;
}
.fanye .pagination > li {
	display:inline
}
.fanye .pagination > .active > a, .fanye .pagination > .active > span, .fanye .pagination > .active > a:hover, .fanye .pagination > .active > span:hover, .fanye .pagination > .active > a:focus, .fanye .pagination > .active > span:focus {
	background-color: #f75a53;
	border-color: #f75a53;
	color: #FFF;
}
.fanye .pagination > li > a:hover, .fanye .pagination > li > span:hover, .fanye .pagination > li > a:focus, .fanye .pagination > li > span:focus {
	color: #f75a53;
	background-color: #E3E3E3;
	border-color: #ededed;
}
.fanye .pagination > li > a, .fanye .pagination > li > span {
	color: #f75a53;
	border-color: #ededed;
	font-size: 14px;
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 12px 18px;
}
.pagination>li>a, .pagination>li>span {
	color: #428bca;
	text-decoration: none;
	background-color: #F7F7F7;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.ny-news {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.ny-news h1 a {
	font-size:20px;
	color:#000000
}
.ny-news h1 a:hover {
	color:#f75a53
}
.ny-news .shuoming {
	color: #666666;
}
.ny-news .btn-success {
	margin-left:0;
}
.ny-news .mulu, .ny-news .guanzhu, .ny-news .time {
	background-image: url(../images/news-kb.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-right:10px;
	height: 22px;
	padding-left: 23px;
	display: inline-block;
	color:#999999
}
.ny-news .guanzhu {
	background-position: left -19px;
}
.ny-news .time {
	background-position: left -41px;
}
.ny-news .news-qq a, .ny-news .news-sq a {
	text-indent: -9999px;
	width: 22px;
	height: 22px;
	display: inline-block;
	background-image: url(../images/news-zx.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.ny-news .news-sq a {
	background-position:left -22px;
	margin-left:5px;
}
.team-bg {
	background-color:#e6e6e6;
}
.team figure {
	width: 262px;
	float: left;
	position: relative;
	height: 330px;
	margin: 15px;
}
.team figure:hover figcaption {
	display:block;
}
.team figure figcaption {
	position: absolute;
	width: 202px;
	height: 210px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	padding:60px 30px;
	color: #FFFFFF;
}
.team figure h3.team-title {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 60px;
	position: absolute;
	width: 262px;
	height: 60px;
	left: 0px;
	background-color: rgba(255,255,255,0.95);
	bottom: 0px;
	color: #999999;
}
.team figure h3.team-title a {
	color: #F75A53;
	font-size: 18px;
	font-weight: bold;
}
.team figure:hover h3.team-title {
	display:none;
}
.team figure figcaption h3 {
	font-size: 16px;
	font-weight: bold;
	margin:0 0 12px 0;
}
.team figure figcaption h3 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.team figure figcaption h3 a:hover {
	text-decoration: none;
}
.team figure figcaption p {
	margin:0;
	line-height:28px;
}
.team-more {
	padding: 7px 10px 5px 10px;
	background-color: rgba(255,255,255,0.70);
	color: #f75a53 !important;
	text-decoration: none !important;
}
.team-more:hover {
	color: #FFFFFF !important;
}
.ny-kehu .row {
	margin: 0 2px 15px 2px;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #EDEDED;
}
.ny-kehu figure {
	width: 188px;
	float: left;
	position: relative;
	height: 100px;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}
.ny-kehu figure:hover figcaption {
	display:block;
}
.ny-kehu figure figcaption {
	position: absolute;
	width: 188px;
	height: 100px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	color: #FFFFFF;
	text-align: center;
	line-height:100px
}
.ny-kehu figure figcaption {
	font-size: 16px;
}
.ny-kehu figure figcaption a {
	color:#FFFFFF;
}
.ny-kehu figure figcaption a:hover {
	text-decoration: underline;
}
.tags .tags-lie {
	width:20%
}
.map {
	color:#999999
}
.map h3 a {
	color:#000000
}
.zzry figure, .tdfc figure {
	padding:0 15px;
	float:left;
}
.tdfc figure {
	padding-bottom:20px;
}
.zzry figure img, .tdfc figure img {
	width:360px;
}
.zzry figure figcaption, .tdfc figure figcaption {
	margin-bottom:15px;
}
.fzlc h3 {
	background-color: #f75a53;
	color: #FFFFFF;
	padding:5px 10px;
}
.main {
	width: 790px;
	margin-right: 50px;
}
.main img {
	max-width:790px;
}
.info .biaoti {
	font-size:20px;
	margin-bottom:10px;
	margin-top:0;
}
.info .shuoming {
	color: #999;
	margin:0 0 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
	font-size: 12px;
}
.aside {
	width:300px;
}
.aside .ny-h4 {
	font-size:16px;
	margin:15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #EDEDED;
}
.aside ul li small {
	color:#999999;
}
.aside .xx-qq a, .aside .xx-sq a {
	text-indent: -9999px;
	width: 22px;
	height: 22px;
	display: inline-block;
	background-image: url(../images/news-zx.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.aside .xx-sq a {
	background-position:left -22px;
	margin-left:5px;
}
.aside figure {
	margin-top:10px;
	text-align:center
}
.aside figure.text-left {
	text-align:left
}
.aside .team-gz, .aside .team-yy {
	height: 40px;
	margin-right: 20px;
	border-radius: 4px;
	padding: 0px 10px 0px 38px;
	display: block;
	line-height: 40px;
	background-image: url(../images/team-yy.png);
	background-position: left top;
	background-color: #F75A53;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.aside .team-gz a, .aside .team-yy a {
	color:#FFFFFF
}
.aside .team-gz:hover, .aside .team-yy:hover {
	background-color: #589ED7;
}
.aside .team-yy {
	background-position: left bottom;
}
.ny-team-tj {
	font-size:16px;
	margin:15px 0;
}
.team figcaption p {
	color:#FFFFFF !important;
}
.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages li {
	display: inline
}
.pages li.thisclass, .pages a:hover {
	padding: 5px 10px;
	border: 1px solid #f75a53;
	background: #f75a53;
	color: #fff;
	text-decoration: none;
	border-radius:3px
}
.pages a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	color: #A4A4A4;
	line-height: 18px;
	border-radius:3px;
}
.neirong{
	font-size:16px;
	line-height:180%;
	width:1280px;
	overflow:hidden; float: inherit;
	padding:20px 0;
	color:#000000;
	border:1px solid #ededed;
	margin:0 auto;
	font-family: "微软雅黑","黑体";
}
.neirong .ul,.neirong .hy,.book{width:1280px;padding:10px 0;color:#000;margin:0 auto; height:}
.neirong .ul{font-size:16px;line-height:180%;color:#000;}
.neirong .ul a{font-size:16px;line-height:180%;color:#000;}
.neirong .ul a:hover{font-size:16px;line-height:180%;color:#025B95;}
.neirong .ul img{padding:0px;border:none;padding:5px 0px;max-width:120px;vertical-align:middle;}
.neirong .ul table{margin:0 auto 0px auto;width:100%; border-collapse: collapse;}
.neirong .ul th,.neirong .ul thead{backgroubnd:#ededed;}
.neirong .ul td{font-size:16px;line-height:26px;color:#000;padding:5px;border-collapse:0;}
.neirong .ul td p{padding:0;}
.neirong .ul dl{width:100%;margin:10px auto;border:1px solid #ededed;padding:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.neirong .ul dt{font-size:16px;line-height:50px;height:50px;color:#000;text-indent:20px;font-weight:bold;background:#f2f2f2;border-bottom:1px solid #ededed;padding:0px}
.neirong .ul dd{padding:0px;margin:0;}
.neirong .ul p{padding:0px 0;}
.neirong .ul h2{font-family: "微软雅黑","黑体";font-size:16px;line-height:50px;height:50px;color:#333;font-weight:bold;margin:5px auto;background:#f2f2f2;padding:0 0 0 10px;-moz-border-radius:0 7px 0 0;-webkit-border-radius:0 7px 0 0;border-radius:0 7px 0 0;}
.neirong .ul h2 a{font-size:16px;line-height:50px;height:50px;color:#000;}

/* 全局 布局*/
*{ margin:0; border:1; padding:0}
ul,li{ list-style:none}
a,a:hover{ text-decoration:none;transition: all 0.15s ease-out;}
a{transition: all 0.15s ease-out; -moz-transition:all 0.15s ease-out;  -webkit-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out;}
img:hover{-moz-opacity:0.9 !important; filter:alpha(opacity=90); opacity: 0.9;  _-moz-opacity:0.9}
body{ background:#fff; font-family:"微软雅黑"; }
.l{ float:left;} .r{ float:right;} .red{ color:red;} .orange{ color:#ff6c00;} .white{ color:#fff;} .blue{ color:#064aab;} .center{ text-align:center;}
.wrap{ width:1020px; margin:auto; }
.wrap2{ width:1020px; margin:auto; overflow:auto;}
img{border:none;}
.clear{ clear:both;}

/* 顶部 */


#quanju{ width:100%; background:#fff;}
.bx1200{ width:1200px; margin:0 auto; overflow:hidden;}

/*公告*/
.header{
	width:100%;
	background-color:#F6F6F6;
	position: fixed;
}
.welcome{ width:950px;font-size:14px; color:#cbcbcb; line-height:32px;display:block;}
.fx{ width:250px; font-size: 14px; color: #cbcbcb;line-height:32px; }
.fx a{ font-size: 14px; color: #fff;line-height:42px;}
.fx img{padding: 10px 10px 0 0}

/*logo*/
.top120{width: 1200px; height: 118px; margin: 0 auto;}
.logo{ margin:20px 0; width:370px; }
.logo img{ float:left; margin-right: 15px; width: 347px; height: 79px;}


/*tel*/
.tel{ margin:40px 0; width:330px; height:80px;}
.tel img{ float:left; margin-right: 6px;}
.tel p{ font-size:18px; color:#333; display:block;  }
.tel p span{ font-size:30px; color:#d81e07; font-weight:bold; }

/*nav*/

.wnav{ width:820px; background:#ffffff; overflow:hidden;}
.wnav li{ float:left; height:118px;width:100px; display:block; line-height:118px; font-size:16px; color:#fff; text-align:center; }
.wnav li a{ color:#333;display:block; font-weight: bold;}
.wnav li a:hover{ color:#ce1210; }

/*banner*/
.bn{ width:100%; height:500px; background:#333; }



/*产品中心*/
.cpbt{ width: 100%;margin: 20px auto;}
.cpbt h3{font-size: 33px; color: #404040; text-align: center;line-height:50px;background: url(cpbt.jpg) no-repeat center ; font-weight: normal;}
.cpbt p{ font-size: 20px; color: #a5a5a5;text-align: center;}

.cpbj{width: 100%;height:929px;margin:0 auto; background: url(cpbj.jpg) no-repeat center top;overflow: hidden;}
.cpfl2 { width:1000px; margin:0px auto; text-align:center;}
.cpfl2 a{  display:inline-block; font-size:16px; color:#fff; background:#ce1210; text-align:center; padding:10px 26px; margin:10px ;border-radius:10px;-ms-border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin-top: 30px;}
.cpfl2 a:hover{ color:#fff; background:#3f3f3f; }

.cpzx{ width: 1200px; margin:0px auto; text-align:center; }



/*公司简介*/
.jianjie{ width:1200px;overflow: hidden; margin: 0px auto;  }

.jj_tu{width: 602px;height: 350px;margin-left: 30px; background: url(jjtu.jpg) no-repeat center ;margin-bottom:30px;}
.jj_tu ul li { float: left;width: 160px; height: 150px;}
.jj_tu ul li h4{font-size: 18px; color: #fff;line-height: 40px;}
.jj_tu ul li span{display: block; height: 2px; width: 45px; background: #fff;}
.jj_tu ul li p{font-size: 14px; line-height: 30px; color: #fff;}

.jj_tu ul li:nth-of-type(1){margin-left:30px; margin-top: 37px; }
.jj_tu ul li:nth-of-type(2){margin-left:230px; margin-top: 37px; }
.jj_tu ul li:nth-of-type(3){margin-left:230px; margin-top: 10px; }


.jj_nr{width: 540px; height: 350px;}
.jj_nr h3{ font-size: 36px;font-weight: normal; color: #333;margin-top: 40px;}
.jj_nr h3 span{float: right;font-size: 18px; color: #333;margin-right: 100px; margin-top: 15px;}
.jj_nr em{font-size: 14px; color: #9a9a9a;font-style: normal;}
.jj_nr p{font-size: 14px; color: #333;line-height: 30px; margin: 30px 0;}
.jj_nr a{display: block;width: 130px; height: 35px;line-height: 35px; border-radius: 5px;color: #ce1210;border: 1px #ce1210 solid; font-size: 14px; text-align: center;}


/*新闻中心*/
.xinwen{ width:100%; padding: 40px 0;background: #fff;height: 580px;overflow: hidden;}

.xwnr { width:1200px; margin: 40px auto;background:#F60 }

/*工程案例*/
.alzx{width: 1200px; margin: 40px auto; height: 470px;}



/*方式*/
.mode{width: 100%;height: 90px;background: #e9e9e9; overflow: hidden;padding:40px 0;}
.mode ul{width: 1200px; margin:  0 auto;}
.mode ul li{float: left;width:240px; }
.mode ul li img{float: left;}
.mode ul li p{ float:left;font-size: 26px; color: #333;margin-left: 20px; margin-top: 30px;}
/*底部*/
.dibu{ width:100%;height: 330px; background:#434343; }

.dilogo{width: 1200px;height: 80px;margin: 0 auto;}
.di_logo{width: 600px;margin-top: 30px;}
.di_tel{width: 400px;margin-top: 30px;}
.di_tel p{font-size: 20px; color: #fc0000;line-height: 50px;}
.di_tel p span{font-size: 30px; color: #fc0000;line-height: 50px; font-weight: bold;}


.di_lx{ width:350px; height: 200px;}
.di_lx p{font-size: 14px; color: #dedcdc; line-height: 30px; padding: 15px;}


.di_fl{width:260px; height: 185px; margin-left: 30px;margin-right: 30px;padding-top: 15px; }
.di_fl a{display: block;width: 200px; height: 30px;color: #dedcdc; font-size: 14px;}
.di_fl p{font-size: 16px;color: #dedcdc; font-weight: bold;line-height: 40px;}

.di_nav{width: 280px;height: 185px;padding-top: 15px;}
.di_nav a{display: inline-block;width:130px;height: 40px;line-height: 40px;color: #dedcdc;}

.di_wm { width:250px; height: 185px; text-align: center; padding-top: 15px;}
.di_wm img{ width: 147px; height: 143px;}
.di_wm p{ font-size: 14px; color: #dedcdc; line-height: 30px;}





/*版权*/
.banquan{ width:100%; background:#313131; height:40px;}
.banquan p{ font-size:14px; color:#fff; height:40px;line-height:40px;text-align:center; }



/*内页左侧联系*/
.nylx{ width:270px;  background:#EFEFEF; margin:20px 0px;}
.nylx h3{ font-size:32px; font-weight:bold; color:#fff;height:80px; line-height:80px; text-align:center; background:#d00000;}
.nylx p{ font-size:14px; line-height:30px; color:#333; padding:10px;}





/*首页新闻*/
#xwbox{float: left;width:570px; height:130px; margin:13px 10px; background:#efefef;border:solid 1px #ddd;}
.xwpic{ width:200px; height:130px;float:left;}
.xwpic img{width:200px; height:130px; }
.xwleft{ width:340px; height:130px; float:left; margin-left:10px;}

.xw14hui{ width:340px; height:50px; font-size:14px; color:#666; line-height:25px; font-weight: normal; font-family:"Microsoft Yahei";overflow: hidden}
.xwtitle { color:#000; width:340px; height:30px; }
.xwtitle a{ width:340px; height:30px; font-size:16px; color:#000; line-height:30px; font-weight:bold; font-family:"Microsoft Yahei"; text-align:left;}
.xwtitle a:hover{ color:#ff0000;}
.xw_more{ font-size:14px; color:#024cd4; line-height:30px; text-align:left;}
.xw_more a{ color:#024cd4; text-decoration:none;}
.xw_more a:hover{ color:#ff0000;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
 @charset "gb2312";
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote { margin:0; padding:0;font-family:"微软雅黑";}
img { border:0; }
.clear { clear:both; }
em,i{ font-style:normal}
a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-family:"微软雅黑";
}
.w1200{ width:1200px; margin:0 auto}

.ctop{ background:#f6f6f6; height:42px; line-height:42px;}
.ctop .topwz{ text-align:left; color:#909090; font-size:14px}
.ctop .topyy{ float:right}
.ctop .topyy img{ margin-right:5px; margin-left:10px}


.cfl{ float: left;}
.cfr{ float:right;}







.main_image {width:100%; height:600px;overflow:hidden; margin:0 auto; position:relative}
.main_image {width:100%; height:600px;overflow:hidden; margin:0 auto; position:relative}
.main_image ul {width:9999px; height:600px; overflow:hidden; position:absolute; top:0; left:0}
.main_image li {float:left; width:100%; height:600px;}
.main_image li span {display:block; width:100%; height:600px}
.main_image li a {display:block; width:100%; height:600px}
.main_image li .img_1 {background: url('1.jpg') center top no-repeat}
.main_image li .img_2 {background: url('2.jpg') center top no-repeat}
.main_image li .img_3 {background: url('3.jpg') center top no-repeat}

div.flicking_con {width:990px; margin:0 auto; position:relative; z-index:999;}
div.flicking_con .flicking_inner {position:absolute; top:520px; left:420px; width:300px; height:21px} /* 121126 */
div.flicking_con a {float:left; width:21px; height:21px; margin:0; padding:0; background:url('../images/btn_main_img.png') 0 0 no-repeat; display:block; text-indent:-1000px}
div.flicking_con a.on {background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(../images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(../images/hover_right.png) no-repeat right top;right:100px;}






#demo{
	overflow:hidden;
	height:100%;
	width:1280px;
	margin:10px auto;
	color:#336699;
	text-align:left;
	padding:30px;
}
#demo1 ul,#demo2 ul{
	display:block;
	width:1280px;
	overflow:hidden;
}
#demo1 ul li,#demo2 ul li{width:280px;margin:0px 10px 20px 10px; float:left;}
#demo1 ul li a h3,#demo2 ul li a h3{width:280px;height:210px ; overflow:hidden;}
#demo1 ul li a h3 img,#demo2 ul li a h3 img{width:280px;height:210px;transition:all .5s ease;}
#demo1 ul li a h3:hover img,#demo2 ul li a h3:hover img{transform: scaleX(1.1) scaleY(1.1);}
#demo1 ul li a ol,#demo2 ul li a ol{ text-align:center; height:35px; line-height:35px;transition:all .5s ease;background:#4c4c4c; color:#fff;overflow:hidden;}
#demo1 ul li a:hover ol,#demo2 ul li a:hover ol{ background:#ce1210; color:#fff;overflow:hidden;}



.sygsjj{ background:#189a44}
.sygsjj img{ padding:15px 20px 20px 25px;float:left;}
.syjjwz { float:left; width:820px;}
.syjjwz h2{ color:#fff; font-size:26px; margin-top:20px}
.syjjwz p{ color:#a0d64a}
.syan{ border-left:1px solid #ccc; float:right; width:200px; margin:40px 0 0 0px}
.syan a{ background:#a0d64a; color:#fff; padding:12px 30px;display: inline-block; margin-left:20px; font-size:16px}



.synl{ background:#f7f7f9; border-top:1px solid #e0e0e0;}





.syall{ width: 763px;}
.syalr{ width: 437px; background: #fe8a01; height: 429px; color: #fff}
.syalr i{ font-size: 32px; display: block; padding: 20px 0; margin: 20px 20px; font-weight: bold; border-bottom: solid 2px #fff; }
.syalr b{ font-size:16px; display: block; padding: 20px; font-weight: bold; line-height: 200% }
.syalr em{font-size: 32px;padding: 20px;}







.nconl{ width:300px;}
.nconr{ width:890px;}
.nconr h3{ height:40px; line-height:40px; font-size:22px; border-bottom:1px solid #ccc; margin-bottom:20px; color:#d00000}
.nconr h3 span{ float:right; font-size:14px; font-weight:normal; color:#888}
.nconr h3 span a{ color:#888}

.cpfl dt{ width:199px; height:80px;  padding:0px 40px 0px 30px; font-size:32px; line-height:80px; text-align:center;  color:#ffffff; background:#d00000; font-weight:bold}
.cpfl dd a{display:block; font-size:14px; text-indent:28px; color:#1c1c1c; line-height:50px;width:269px; transition:all .2s ease;height:50px;background:url(rr.gif) no-repeat left; font-weight:normal; margin-bottom:1px}
.cpfl dd a:hover{ display:block; font-size:16px; color:#ffffff; text-indent:48px;transition:all .2s ease; line-height:50px;width:269px; height:50px; background:url(ll.gif) no-repeat left; }




.news_dl_3{ width:890px; display:inline-block; border-bottom:#b8b8b8 1px dashed; padding:14px 0; overflow:hidden; height:85px; float:left;}
.news_dl_3 dt{ background:#d00000; width:85px; height:85px; color:#ffffff; line-height:28px; font-size:14px;  text-align:center; float:right; overflow:hidden;}
.news_dl_3:hover dt{ background:#6f6f6f; width:85px; height:85px; text-align:center; float:right; overflow:hidden;color: #FFF;}
.news_dl_3:hover dt b{color: #FFF;border-bottom:#FFF 1px solid;}
.news_dl_3 dt b{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:38px; color:#ffffff; width:55px; margin:0 auto; border-bottom:#fff 1px solid; padding:5px 0 2px; line-height:40px;}
.news_dl_3 dt span{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; padding:5px 0 0;}
.news_dl_3 dd{ width:700px; padding:0 0 0 15px; float:left;}
.news_dl_3 dd h5{ height:25px; line-height:25px; overflow:hidden;}
.news_dl_3 dd h5 a{ font-size:16px; color:#444;font-weight: bold;}
.news_dl_3 dd h5 a:hover{color:#bc0030; font-size:16px;}
.news_dl_3 dd p{ font-size:12px; color:#7d7d7d; height:60px; line-height:20px; overflow:hidden; padding-top:3px;}
.news_dl_3 dd p a{ font-size:12px; color:#197500; padding:0 0 0 20px;}

.news_dl_3 dd p .gdd{ margin-top:10px; width:100%; height:22px; float:left; background:url(../Images/more.png) no-repeat left; color:#ffffff; line-height:22px; font-size:12px; padding-left:20px;}
